Rank in Wordlist | Frequency | Word |
---|---|---|
5219 | 9 | 1,000 |
5220 | 9 | 10,000 |
6238 | 7 | $5,000 |
8978 | 4 | 20,000 |
10743 | 3 | 2,000 |
10760 | 3 | 4,000 |
10770 | 3 | 5,000 |
13549 | 2 | $1,000 |
13550 | 2 | $1,200 |
13553 | 2 | $100,000 |
Rank in Wordlist | Frequency | Word |
---|---|---|
11434 | 3 | O(log |
13730 | 2 | 501(c)(3 |
15412 | 2 | R3,15,0(R1 |
15853 | 2 | V(x |
17463 | 2 | instruction(s |
18586 | 2 | sizeof(code |
19375 | 1 | 0(R2),X'00 |
19482 | 1 | 1(3):221-254 |
19483 | 1 | 1)(c |
19484 | 1 | 1)(d |
Rank in Wordlist | Frequency | Word |
---|---|---|
13730 | 2 | 501(c)(3 |
19356 | 1 | $9.95)…then |
19363 | 1 | %), |
19375 | 1 | 0(R2),X'00 |
19482 | 1 | 1(3):221-254 |
19483 | 1 | 1)(c |
19484 | 1 | 1)(d |
19542 | 1 | 1030(a)(5)(A |
19614 | 1 | 13(12):413-423 |
19658 | 1 | 15(3):303-320 |
Rank in Wordlist | Frequency | Word |
---|---|---|
2895 | 19 | 100% |
4531 | 11 | 20% |
4820 | 10 | 10% |
4827 | 10 | 80% |
4828 | 10 | 90% |
5234 | 9 | 50% |
6914 | 6 | 25% |
7795 | 5 | 99% |
8955 | 4 | %0 |
8958 | 4 | 1% |
Rank in Wordlist | Frequency | Word |
---|---|---|
5723 | 8 | AT&T |
8082 | 5 | R&D |
11928 | 3 | b&w |
15247 | 2 | PB&T |
15513 | 2 | S&S |
15730 | 2 | T&T |
21350 | 1 | B&B |
21902 | 1 | C&W |
24643 | 1 | IH&RA |
27336 | 1 | Q&A |
Rank in Wordlist | Frequency | Word |
---|---|---|
4526 | 11 | $1 |
6236 | 7 | $10 |
6237 | 7 | $20 |
6238 | 7 | $5,000 |
6911 | 6 | $25 |
7167 | 6 | US$ |
7769 | 5 | $100 |
8148 | 5 | US$4 |
10702 | 3 | $5 |
10703 | 3 | $50 |
Rank in Wordlist | Frequency | Word |
---|---|---|
147 | 346 | don't |
207 | 246 | it's |
303 | 168 | It's |
343 | 152 | didn't |
351 | 148 | I'm |
431 | 123 | can't |
451 | 118 | doesn't |
650 | 86 | you're |
696 | 80 | I've |
721 | 79 | that's |
Rank in Wordlist | Frequency | Word |
---|---|---|
19256 | 1 | $* |
Rank in Wordlist | Frequency | Word |
---|---|---|
3054 | 18 | and/or |
4527 | 11 | 1/2 |
4905 | 10 | OS/2 |
5168 | 10 | spay/neuter |
5700 | 9 | weight/green |
7033 | 6 | I/O |
8064 | 5 | Phalcon/Skism |
8535 | 5 | he/she |
8980 | 4 | 24/7 |
9486 | 4 | TCP/IP |
In the last subsection of this type we look for words containing other special characters: , ( ) % & $
" ' + * = / _
Depending on the language some of these characters may be allowed within words, other will not. If words with forbidden characters do not have very low frequency there might be a problem in preprocessing.
Words containing %:
select w_id-100,freq, word from words where w_id>100 and word like "%\%%" limit 10;
3.12.1 Words with Hyphens
3.12.2 Multiwords
3.12.3 (Multi-)Words with dots